-
Notifications
You must be signed in to change notification settings - Fork 5.7k
fix: avoid eager interpolation warnings #13520
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
fix: avoid eager interpolation warnings #13520
Conversation
1e5e887 to
75e1fd7
Compare
ndeloof
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
compose file loading and processing should be implemented in compose-go
75e1fd7 to
463a5f1
Compare
|
@ndeloof Updated the PR to align with your guidance: removed the compose-local workaround and now rely on the compose-go fix (compose-spec/compose-go#847) via a temporary go.mod replace. Once the compose-go PR lands, I can switch this to a clean version bump. Tests: go test ./... . |
eb4e58c to
b2a58aa
Compare
|
@ndeloof Thanks! I’ve replaced the temporary fork/replace with the updated compose-go merge-commit version and removed the replace. |
|
please squash commits then we can merge |
Signed-off-by: seekskyworld <djh1813553759@gmail.com>
b2a58aa to
7d54aea
Compare
|
@ndeloof Squashed into a single signed-off commit and force-pushed. Thanks! |
Issue
Summary
Motivation
Validation